home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / pd / texte / amigafaq / programmer / createentity.c < prev    next >
C/C++ Source or Header  |  1994-07-28  |  285b  |  14 lines

  1. #include <clib/nipc_protos.h>
  2. #ifdef AZTEC_C
  3. #include <pragmas/nipc_lib.h>
  4. #endif
  5. #if defined(__SASC)  ||  defined(_DCC)  ||  defined(__MAXON__)
  6. #include <pragmas/nipc_pragmas.h>
  7. #endif
  8.  
  9.  
  10. struct Entity *CreateEntity(Tag tag1, ...)
  11.  
  12. { return(CreateEntityA((struct TagItem *) &tag1));
  13. }
  14.